Summary

Grant or deny a visitor to view the page based on her IP adress.

Component properties
Category AS Security
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type Unspecified or not applicable

When to use

This component is typically used when there is a need to restric access to a document based on the IP address of the visitor.

Programming interface

Parameters

DenyID
ID for the document you want to redirect to if access denied
DenyPTID
Optional PresentationtemplateID for the document you want to redirect to if access denied
GrantID
Optional ID for the document you want to redirect to if access granted
GrantPTID
Optional PresentationtemplateID for the document you want to redirect to if access granted
Grant IP addresses
Check this if you want to grant access for IP addresses you type below. Otherwise they will be denied
IP addresses you want to deny or grant.
Up to 15 different IP addresses or spans can be entered.
An address can be either a specific address or a span of addresses
  • A specific address
    Ex: 127.127.127.1
  • An address range
    Ex: 127.127.127.16-79
  • An address range specified by using wildcards
    Ex: 127.127.127.*
    Ex: 127.127.10-58.*

Remarks